import * as React from 'react'; import { Button, Flex, Icon, View } from '@aws-amplify/ui-react'; const IconSave = () => { return ( ); }; export const IconButtonExample = () => { return ( Save Save Save ); };